go/types.Var.isField (field)

4 uses

	go/types (current package)
		object.go#L338: 	isField  bool // var is struct field
		object.go#L357: 	return &Var{object: object{nil, pos, pkg, name, typ, 0, colorFor(typ), nopos}, embedded: embedded, isField: true}
		object.go#L368: func (obj *Var) IsField() bool { return obj.isField }
		object.go#L531: 		if obj.isField {